home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / c-runtime / tests / RCS / Confuse.h,v next >
Encoding:
Text File  |  1992-08-18  |  991 b   |  92 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     dglattin:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    92.08.18.04.58.04;    author dglattin;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @test code.
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @#ifndef __CONFUSE_H
  26. #define __CONFUSE_H
  27.  
  28. #include  <SubClass1.h>
  29. #include  <SubClass2.h>
  30. #include  <SubClass3.h>
  31.  
  32.  
  33. @@interface SubClass1 (First_Test)
  34.  
  35. - additionalMethod1;
  36. - additionalMethod2;
  37.  
  38. @@end
  39.  
  40.  
  41. @@interface SubClass2 (First_Test)
  42.  
  43. - additionalMethod1;
  44. - additionalMethod2;
  45. - additionalMethod3;
  46.  
  47. @@end
  48.  
  49.  
  50. @@interface SubClass3 (First_Test)
  51.  
  52. + additionalClassMethod;
  53. - additionalMethod1a;
  54. - additionalMethod2a;
  55.  
  56. @@end
  57.  
  58.  
  59. @@interface SubClass1 (Second_Test)
  60.  
  61. - additionalMethod3;
  62.  
  63. @@end
  64.  
  65.  
  66. @@interface SubClass1 (Third_Test)
  67.  
  68. - additionalMethod4;
  69.  
  70. @@end
  71.  
  72.  
  73. @@interface SubClass1 (Fourth_Test)
  74.  
  75. - additionalMethod5;
  76.  
  77. @@end
  78.  
  79.  
  80. @@interface SubClass2 (Second_Test)
  81.  
  82. - additionalMethod4a;
  83. - additionalMethod5a;
  84. - additionalMethod6a;
  85. - additionalMethod7a;
  86. - additionalMethod8a;
  87.  
  88. @@end
  89.  
  90. #endif
  91. @
  92.